Remove (Unassign) Consentless Lead from Channel
This request enables you to remove (unassign) a lead that is attached to a channel.
Ensure that you perform this action prior to deleting the channel.
URI
{{baseUrl}}/api/v3/ovoc/channel/action/remove/?msTenantId={tenantId}
HTTP Method
PUT
Request Parameter
|
Parameter |
Type |
Description |
|---|---|---|
|
msTenantId |
string |
Microsoft Azure Tenant subscription Id of the customer lead. |
Example Response
{
"status": true,
"data": "Removed channel 1574"
}
HTTP Responses
| ■ | 200 OK |
| ■ | 400 Bad Request |
The table below shows the full list of fields returned in this response. The actual fields returned may differ according to the request.
|
Parameter |
Type |
Description |
|---|---|---|
|
type |
string |
Error type |
|
title |
string |
Email title |
|
status |
integer |
StatusCodes.Status400BadRequest |
|
detail |
string |
Additional error details. |
|
instance |
string |
HttpContext.Request.Path |
|
errorTicket |
string |
errId.ToString() |
|
errorCode |
string |
Error code output in the request |
|
traceId |
string |
HttpContext.TraceIdentifier |
|
additionalProp1 |
string |
TBD |
|
additionalProp2 |
string |
TBD |
|
additionalProp3 |
string |
TBD |